Skip to main content
Version: current

Scheduled Webinar - Delete a scheduled webinar

This API deletes a scheduled webinar using the meetingId returned when the webinar was created

Header Parameters
    Content-Type string

    The content type should be application/json

    Example: application/json
    Authorization string required

    You need an app created on the JioEvents Platform and using the app credentials you can create a JWT to access this API. The JWT should have an issuer and the key "app" with the app id generated from the Platform.

    Example: <Authentication_token_signed_using_secret_or_private_key>
Request Body
    meetingId string

    The meeting id that can be used to update, delete or fetch this webinar

    type string

    Should be 'current' to delete current webinar

Responses

Success


Schema
    status string

    Indicates whether webinar is DELETED or NOT_DELETED

Loading...